PDF4Java Reference Documentation
com.o2sol.pdf4java.content.visualobjects Package / PDFPathItemCollection Class
Members
In This Topic
    PDFPathItemCollection Class
    In This Topic
    Defines a collection of items that compose a PDF path displayed on a PDF page.
    Object Model
    PDFPathItemCollection Class
    Syntax
    public class PDFPathItemCollection 
        extends com.o2sol.pdf4java.core.collections.ReadOnlyCollection<T> 
    Inheritance Hierarchy

    java.lang.Object
       java.util.AbstractCollection
          java.util.AbstractList
             java.util.ArrayList
                com.o2sol.pdf4java.core.collections.Collection<T>
                   com.o2sol.pdf4java.core.collections.ReadOnlyCollection<T>
                      com.o2sol.pdf4java.content.visualobjects.PDFPathItemCollection

    See Also